Invalidate
TheInvalidate
method adds the specified area to the update shape for this canvas, ensuring that the specified area of this canvas is updated.
void Invalidate (in ODShape shape);
shape
- A reference to the shape object defining the area to add to the update shape for this canvas.
DISCUSSION
OpenDoc calls this method internally to mark an area of a canvas that needs updating. Your part typically calls its facet'sInvalidate
method instead of this method because that method transforms and clips the shape from the coordinate space of the facet to the coordinate space of its canvas.SEE ALSO
TheODCanvas::Validate
method (page 82).
TheODFacet::Invalidate
method (page 250).
TheODFrame::Invalidate
method (page 325).
Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help